home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P111 < prev    next >
Text File  |  1994-02-13  |  2KB  |  52 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.      The TriBBS Bulletin Board System                                   111
  7.  
  8.      The following is an example a RATIOS.DAT file:
  9.  
  10.      ---------------------------------------------------------------------
  11.  
  12.      30,10,20
  13.      20,5,10
  14.  
  15.      ---------------------------------------------------------------------
  16.  
  17.      Note from this example that a level 30 caller must maintain a file
  18.      ratio of 1 upload for every 10 downloads and a byte ratio of 1K bytes
  19.      uploaded for every 20K bytes downloaded.  If the caller fails to
  20.      maintain these levels he will not be able to download anymore files
  21.      until he uploads a sufficient number of files or bytes to restore is
  22.      file/byte ratios to the required level.
  23.  
  24.      IMPORTANT: Do not include any security levels in RATIOS.DAT that you
  25.      don't want TriBBS to check.
  26.  
  27.  
  28.      Free Downloads
  29.      --------------
  30.  
  31.      Often times, a BBS has a number of files that the sysops would like
  32.      all callers to be able to download without the files being counted
  33.      towards the caller's file and/or byte ratio.  You can accomplish this
  34.      with TriBBS by creating a file called FREE.DAT in node 1's MWORK
  35.      directory.  FREE.DAT is a simple ASCII text file that specifies the
  36.      name of any files that will be a free download.  You should note that
  37.      you can use DOS wildcard characters in the file names.  You can
  38.      specify a file area's entire contents as free downloads by specifying
  39.      the file area directory's complete path name in FREE.DAT.  The
  40.      following is an example of a FREE.DAT file:
  41.  
  42.      c:\tribbs\tribbs\*.*
  43.      r*.*
  44.  
  45.      In the above example, TriBBS will consider any files that are in the
  46.      directory "c:\tribbs\tribbs" and any files starting with "r" as free
  47.      downloads.
  48.  
  49.  
  50.  
  51.  
  52.